home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILFILE / QUICKIE.LZH / QUICKIE.WS < prev    next >
Text File  |  1988-02-26  |  5KB  |  108 lines

  1.  
  2.  
  3.  
  4.        QUICKIE: TEXT MANAGEMENT UTILITY, VERSION 1.0
  5.  
  6. QUICKIE is a program for managing and retrieving ì
  7. information.  It allows a user to browse through a pure ASCII ì
  8. (with carriage return terminated lines), WordStar, or Office ì
  9. Writer file, select and unselect text for retention, and dump ì
  10. it to an output file (named QUICKIE.OUT) for combination into ì
  11. reports or for import into word processor files.  QUICKIE ì
  12. can call files from the command line, or will prompt the user ì
  13. for an input filename.  Hitting the "+" key at the filename ì
  14. input prompt will call up a directory listing, which can be ì
  15. used as a menu for file selection.  QUICKIE is a versatile ì
  16. text manipulation utility, useful for compiling reports from ì
  17. documents in a number of different formats.  It requires no ì
  18. configuration files, no overlays, no installation menus, and ì
  19. takes up no memory when not in use.
  20.  
  21. SYNTAX:
  22.  
  23. Command Line Option: At the A> prompt, type QUICKIE plus ì
  24. the filename from which the data is to be retrieved.  The ì
  25. program will display the first 21 lines of the document unless:
  26.  
  27.      1. The document name is "QUICKIE.OUT" or it has a ì
  28. ".COM", ".EXE", or ".OBJ" extender.
  29.  
  30.      2. The file doesn't exist; in this case, QUICKIE ì
  31. will inform you of the fact and then return to the file ì
  32. selection menu.
  33.  
  34.      3. An output file can't be opened; this may happen when ì
  35. the disk is full.  Change disks and try again.
  36.  
  37. Menu Option:  At the A> prompt, enter QUICKIE.  The logo ì
  38. will be displayed in the upper right hand corner of the screen, ì
  39. and a user prompt for the filename will be displayed in the ì
  40. center of the screen.
  41.  
  42.      Enter + (PLUS) at the prompt, rather than a filename, ì
  43. and the directory will be displayed in the upper left hand ì
  44. corner of the screen, with an arrow prompt at the end of the ì
  45. entry line.  Move the arrow up or down with the keypad arrow ì
  46. keys.  If the desired file doesn't show on the first page of ì
  47. the directory, hit any key to go on to the next.  To select the ì
  48. filename, hit the <ENTER> (RETURN) key.  Once the filename is ì
  49. selected, the directory menu will return to the opening menu.  ì
  50. Hit <ENTER>, rather than filling in a filename, and the file ì
  51. selected from the directory menu will be called up; or enter a ì
  52. different filename, and the new one will be called up.
  53.  
  54.      If the directory menu isn't used, a filename (with ì
  55. extension) can be typed in.èOPERATION:
  56.  
  57. Text selection operates similarly to the process used by the ì
  58. directory menu: The selection arrow is moved up or down with ì
  59. the keypad arrow keys.  User prompts are displayed at the ì
  60. bottom of the screen at all times.
  61.  
  62.      Hitting ESCape will close the output file with any text ì
  63. copied and return to DOS.
  64.  
  65.      Hitting <ENTER> or Page Down on the numeric keypad ì
  66. will copy any text selected from the display page into the ì
  67. output file and will move on to the next display page.
  68.  
  69.      Hitting "+" (PLUS) will select the line pointed to by ì
  70. the screen arrow and move the arrow down one line.  Hitting ì
  71. "-" (MINUS) will select the line and move the arrow up one ì
  72. line.  When the arrow reaches the top of the display screen it ì
  73. will jump to the last line of the display when moved up one ì
  74. position; when it reaches the bottom of the display screen, it ì
  75. will jump to the first line of the display when moved down one ì
  76. position.  Selected text is displayed in inverted characters.  ì
  77. Selected blank lines (consisting only of a carriage return) ì
  78. will have the first three spaces displayed in inverse video.
  79.  
  80.      Selection is a toggle process: Hitting PLUS or MINUS when ì
  81. the text is displayed in normal video will select it; hitting ì
  82. the same keys when the text is displayed in inverse video will ì
  83. deselect it.
  84.  
  85. ì
  86. .paèABOUT QUICKIE:
  87.  
  88. QUICKIE was developed in Borland's Turbo C.  It is intended ì
  89. to provide a mechanism to combine input from a number of ì
  90. different widely used source formats into a single report.  ì
  91. Future versions will support a wider variety of word processor ì
  92. formats.
  93.  
  94. QUICKIE is a shareware program; you may make as many copies ì
  95. as you like, and wide distribution to other interested users is ì
  96. welcome, but the author retains his rights under copywrite ì
  97. laws.  You may register as a user by sending $20 to:
  98.  
  99.                          Fred Pruitt
  100.                          7723 Harmans Road
  101.                          Hanover, MD 21076
  102.  
  103. In return you will receive future updates to the program for a ì
  104. $10 fee and advance notice of additional programs planned in ì
  105. the same series.  Comments and suggestions for new programs are ì
  106. also welcome.  Our ambition is to make QUICKIE into a ì
  107. faultless program.
  108.